github.com/google/go-cmp/cmp.comparer.typ (field)

5 uses

	github.com/google/go-cmp/cmp (current package)
		options.go#L351: 		cm.typ = ti
		options.go#L358: 	typ reflect.Type  // T
		options.go#L362: func (cm *comparer) isFiltered() bool { return cm.typ != nil }
		options.go#L365: 	if cm.typ == nil || t.AssignableTo(cm.typ) {